Buildfile: build.xml identify: [echo] ########################################################################### [echo] # Running the DISTRIBUTED QUEUE example # [echo] ########################################################################### [echo] The topic: testDistributedQueue [echo] The client jar: ../../../output/lib/jboss-messaging-client.jar sanity-check: init: [mkdir] Created dir: C:\work\src\svn\messaging\docs\examples\distributed-queue\output [mkdir] Created dir: C:\work\src\svn\messaging\docs\examples\common\output compile: [javac] Compiling 2 source files to C:\work\src\svn\messaging\docs\examples\common\output [javac] Compiling 2 source files to C:\work\src\svn\messaging\docs\examples\distributed-queue\output run: [java] Distributed queue /queue/testDistributedQueue exists [java] The message was successfully sent to the distributed queue [java] MessageListener0 received message: Hello! [java] MessageListener1 received message: Another Hello! [java] The example connected to JBoss Messaging version 1.4.1.GA (1.4) [java] ##################### [java] ### SUCCESS! ### [java] ##################### BUILD SUCCESSFUL Total time: 4 seconds |